Fragment

data class Fragment(val redirectUri: URI) : ResponseMode(source)

In this mode, Authorization Response parameters are encoded in the fragment added to the redirect_uri when redirecting back to the Client.

Constructors

Link copied to clipboard
constructor(redirectUri: URI)

Properties

Link copied to clipboard